LogChannel Class

Represents log channels and logged values.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.LogChannel

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class LogChannel
Public Class LogChannel

 

The LogChannel class exposes the following members.

Constructors

  Name Description
LogChannel A creator for the LogChannel class. This class contains the information about log channels and logged values.

Methods

  Name Description
GetDoubleValue Gets a point's value and converts it to a double.
GetFloatValue Gets a point's value and converts it to a float.
GetIntValue Gets a point's value and converts it to an integer.
GetLongValue Gets a point's value and converts it to a long integer.
GetULongValue Gets a point's value and converts it to an unsigned long integer.

Properties

  Name Description
Channel The settings of a log channel.
PointsData The list of recorded values.

See also

IntervalZero.KINGSTAR.Base.Class Namespace